with All External Parents Of
List containing declarations that have all external parents of the specified KClass
type. The external parent is a parent defined outside the project codebase (defined inside external library).
Return
A list containing declarations that have all external parents of the specified KClass
type.
Parameters
The Kotlin class representing external parent to include.
The Kotlin classes representing external parents to include.
Whether to include indirect external parents.
List containing declarations that have all external parents of the specified KClass
type. The external parent is a parent defined outside the project codebase (defined inside external library).
Return
A list containing declarations that have all external parents of the specified KClass
type.
Parameters
The Kotlin classes representing external parents to include.
Whether to include indirect external parents.